From 6349beaba33b4d286f256e17d4d6852e2759f95a Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Wed, 27 Jun 2007 09:58:38 +0000 Subject: [PATCH] fixed push_in description. Wed Jun 27 11:57:13 2007 Tim Janik * gtk/tmpl/gtkmenu.sgml: fixed push_in description. svn path=/trunk/; revision=18257 --- docs/reference/ChangeLog | 4 ++++ docs/reference/gtk/tmpl/gtkmenu.sgml | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 97c716abf3..235e127455 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +Wed Jun 27 11:57:13 2007 Tim Janik + + * gtk/tmpl/gtkmenu.sgml: fixed push_in description. + 2007-06-25 Matthias Clasen * gtk/Makefile.am: diff --git a/docs/reference/gtk/tmpl/gtkmenu.sgml b/docs/reference/gtk/tmpl/gtkmenu.sgml index e0048f1fdd..d7a8e812d2 100644 --- a/docs/reference/gtk/tmpl/gtkmenu.sgml +++ b/docs/reference/gtk/tmpl/gtkmenu.sgml @@ -394,8 +394,8 @@ and @y parameters to the coordinates where the menu is to be drawn. menu shall be drawn. This is an output parameter. @y: address of the #gint representing the vertical position where the menu shall be drawn. This is an output parameter. -@push_in: whether the menu should be pushed in to be completely inside the - screen instead of just clamped to the size to the screen. +@push_in: whether the first menu item should be offset (pushed in) to be + aligned with the menu popup position (only useful for GtkOptionMenu). @user_data: the data supplied by the user in the gtk_menu_popup() @data parameter. @@ -407,6 +407,7 @@ will be called when the menu is later detached from the widget. @attach_widget: the #GtkWidget that the menu is being detached from. + @menu: the #GtkMenu being detached. -- 2.30.2